google.golang.org/grpc.callInfo.contentSubtype (field)
9 uses
google.golang.org/grpc (current package)
rpc_util.go#L159: contentSubtype string
rpc_util.go#L506: c.contentSubtype = o.ContentSubtype
rpc_util.go#L1043: if c.contentSubtype == "" {
rpc_util.go#L1049: c.contentSubtype = strings.ToLower(ec.Name())
rpc_util.go#L1055: if c.contentSubtype == "" {
rpc_util.go#L1062: c.codec = getCodec(c.contentSubtype)
rpc_util.go#L1064: return status.Errorf(codes.Internal, "no codec registered for content-subtype %s", c.contentSubtype)
stream.go#L298: ContentSubtype: callInfo.contentSubtype,
stream.go#L1281: ContentSubtype: c.contentSubtype,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)